home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / pibtscr4.arc / PIBBAT.INS < prev    next >
Encoding:
Text File  |  1986-01-08  |  1.0 KB  |  36 lines

  1.  
  2.  
  3.  
  4.                                         1/08/86
  5.  
  6. In order to save some keystrokes you might want to create a
  7. batch file with replaceable parameters for Pibterm.
  8.  
  9. This will allow you to go directly to an SCR file from your
  10. DOS prompt, bypassing the need to press ALT P S as you do
  11. now.
  12.  
  13. Writing the batch file is simple as I'm sure you know.
  14.  
  15. Copy con:pib.bat
  16. echo off
  17. cls
  18. cd\ ( whatever you call your directory)
  19. pibterm %1
  20. cls (CTRL Z)
  21.  
  22. Now use the set command:
  23.  
  24. SET=PIB
  25.  
  26. After you've completed the above you can bypass the wait. At
  27. the DOS prompt type the following:
  28.  
  29. C>pib sys2
  30.  
  31. Pibterm will go directly to the execution of the SYS2.SCR
  32. file without any further keystrokes. You needn't include the
  33. file's extension on the command line. Pibterm knows it's an
  34. SCR file that's being requested.
  35.  
  36.